runtime.traceBufHeader.link (field)
9 uses
runtime (current package)
trace.go#L808: trace.empty = buf.link
trace.go#L949: buf.link = trace.empty
tracebuf.go#L164: trace.empty = w.traceBuf.link
tracebuf.go#L180: w.traceBuf.link = nil
tracebuf.go#L231: buf.link = nil
tracebuf.go#L235: q.tail.link = buf
tracebuf.go#L246: q.head = buf.link
tracebuf.go#L250: buf.link = nil
tracebuf.go#L260: link *traceBuf // in trace.empty/full
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |